log/slog.commonHandler.nOpenGroups (field)

8 uses

	log/slog (current package)
		handler.go#L201: 	nOpenGroups int      // the number of groups opened in preformattedAttrs
		handler.go#L214: 		nOpenGroups:       h.nOpenGroups,
		handler.go#L257: 		h2.nOpenGroups = len(h2.groups)
		handler.go#L339: 	nOpenGroups := s.h.nOpenGroups
		handler.go#L358: 			nOpenGroups = s.h.nOpenGroups
		handler.go#L406: 		*s.groups = append(*s.groups, h.groups[:h.nOpenGroups]...)
		handler.go#L423: 	for _, n := range s.h.groups[s.h.nOpenGroups:] {